CasClient Object
The CasClient object is used to display and manipulate the Common Alarm Service. Declare the object using the following code:
|
CreateObject("CxCas.CasClient") |
Each method in this document will assume you have declared and connected the CasClient object using the following code:
|
Dim CasClient Set CasClient = CreateObject("CxCas.CasClient") CasClient.Connect("CYGDEMO.CAS") |
More:


